Math:Tan(angle, return)
Returns the tangent of an angle.
Useful for any geometric problem solving.
function main() { Var:Number myNum; Math:Tan(10, myNum) Konsol:Log(myNum) //see the log for 0.648360827459087 }